12. Summary

KOTLIN PART2 L4 A11 Summary

In this lesson, you learned how to:

  • Add permissions, request permissions, check permissions and handle permissions.
  • Check device location using the settings client.
  • Add geofences using a pending intent and geofencing client.
  • Integrate a broadcast receiver to detect when a geofence is entered by overriding the onReceive() method.
  • Remove geofences using the geofencing client.
  • Mock locations on the emulator.

You can check out our solution code with San Francisco locations HERE.

You can learn more here:

Udacity courses:

Android developer documentation:

Other resources: